PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.shadings Package / PDFAxialShading Class
Fields Methods


In This Topic
    PDFAxialShading Class Members
    In This Topic

    The following tables list the members exposed by PDFAxialShading.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public Methodstatic (Shared in Visual Basic)This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodGets a value indicating whether to filter the shading function to prevent aliasing artifacts. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodGets the shading color space. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodGets the shading domain.
    The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending points of the axis. The variable t becomes the input argument to the shading function.  
    Public MethodGets the shading end color.  
    Public MethodGets the shading end point.  
    Public MethodGets a value indicating whether to extend shading beyond the ending point.  
    Public MethodGets a value indicating whether to extend shading beyond the starting point.  
    Public MethodGets the shading function.  
    Public MethodGets the shading start color.  
    Public MethodGets the shading start point.  
    Public MethodSets a value indicating whether to filter the shading function to prevent aliasing artifacts. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodSets the shading color space. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading)
    Public MethodSets the shading domain.
    The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending points of the axis. The variable t becomes the input argument to the shading function.  
    Public MethodSets the shading end color.
    The startColor and endColor can be set only when the shading uses an exponential function ().  
    Public MethodSets the shading end point.  
    Public MethodSets a value indicating whether to extend shading beyond the ending point.  
    Public MethodSets a value indicating whether to extend shading beyond the starting point.  
    Public MethodSets the shading function.  
    Public MethodSets the shading start color.
    The startColor and endColor can be set only when the shading uses an exponential function ().  
    Public MethodSets the shading start point.  
    Top
    See Also